home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / MM9530B1.EXE / _SETUP.1 / midimac3.exe / 0 / RCDATA / TRENAMEDIALOG / TRENAMEDIALOG.txt
Text File  |  1997-02-01  |  2KB  |  104 lines

  1. object renamedialog: Trenamedialog
  2.   Left = 269
  3.   Top = 128
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = OKBtn
  7.   BorderStyle = bsDialog
  8.   Caption = 'Rename files'
  9.   ClientHeight = 175
  10.   ClientWidth = 396
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = [fsBold]
  15.   Position = poScreenCenter
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 377
  23.     Height = 121
  24.     Shape = bsFrame
  25.     IsControl = True
  26.   end
  27.   object oldfile: TLabel
  28.     Left = 16
  29.     Top = 48
  30.     Width = 361
  31.     Height = 13
  32.     AutoSize = False
  33.     Font.Color = clBlack
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = [fsItalic]
  37.     ParentFont = False
  38.   end
  39.   object Label1: TLabel
  40.     Left = 16
  41.     Top = 24
  42.     Width = 32
  43.     Height = 13
  44.     Caption = 'From:'
  45.   end
  46.   object Label2: TLabel
  47.     Left = 16
  48.     Top = 72
  49.     Width = 20
  50.     Height = 13
  51.     Caption = 'To:'
  52.   end
  53.   object OKBtn: TBitBtn
  54.     Left = 8
  55.     Top = 140
  56.     Width = 73
  57.     Height = 27
  58.     TabOrder = 0
  59.     OnClick = OKBtnClick
  60.     Kind = bkOK
  61.     Margin = 2
  62.     Spacing = -1
  63.     IsControl = True
  64.   end
  65.   object CancelBtn: TBitBtn
  66.     Left = 164
  67.     Top = 140
  68.     Width = 69
  69.     Height = 27
  70.     TabOrder = 1
  71.     OnClick = CancelBtnClick
  72.     Kind = bkCancel
  73.     Margin = 2
  74.     Spacing = -1
  75.     IsControl = True
  76.   end
  77.   object btnAll: TBitBtn
  78.     Left = 300
  79.     Top = 140
  80.     Width = 82
  81.     Height = 27
  82.     Caption = 'C&ancel All'
  83.     TabOrder = 2
  84.     OnClick = btnAllClick
  85.     Kind = bkNo
  86.     Margin = 2
  87.     Spacing = -1
  88.     IsControl = True
  89.   end
  90.   object newfile: TEdit
  91.     Left = 16
  92.     Top = 96
  93.     Width = 361
  94.     Height = 17
  95.     BorderStyle = bsNone
  96.     Font.Color = clBlack
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     ParentFont = False
  101.     TabOrder = 3
  102.   end
  103. end
  104.